Books, resources and so on about GUI architecture [on hold]

Posted by Moses on Programmers See other posts from Programmers or by Moses
Published on 2014-06-02T19:39:32Z Indexed on 2014/06/02 21:44 UTC
Read the original article Hit count: 339

I'm making first steps in GUI programming. Earlier I've had little experience with GUI and I remember that it was kind of pain. Code was either coupled or to verbose with tons of "Listeners". It seems to me that problem in me and not in a library that I used(Swing). So, could you recommend me some books, tutorials or resources where I can find how to design gui programms? Emphasize that I'm interested in architecture and not in how to use components of some framework(which about 90% of tutorials that I've ever seen).

© Programmers or respective owner

Related posts about object-oriented

Related posts about architecture